home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
pc
/
pb
/
profile.dir
/
00017_Script_~issues pause-play
< prev
next >
Wrap
Text File
|
1997-07-29
|
401b
|
15 lines
global over_paused
on mousedown
puppetsprite the clickon, true
if the movierate of sprite 22 = 0 then
set the castnum of sprite the clickon = cast "PAUSE.PCT"
set the movierate of sprite 22 = 1
set over_paused = 0
else
set the castnum of sprite the clickon = cast "PLAY.PCT"
set the movierate of sprite 22 = 0
set over_paused = 1
end if
updatestage
end